home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / pathchk.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PATHCHK(1L)       Misc. Reference Manual Pages        PATHCHK(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      pathchk - check whether pathnames are valid or portable
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ppppaaaatttthhhhcccchhhhkkkk [-p] [--portability] [--help] [--version] path...
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This manual page documents the GNU version of ppppaaaatttthhhhcccchhhhkkkk.   For
  16.      each  _p_a_t_h,  ppppaaaatttthhhhcccchhhhkkkk prints a message if any of these condi-
  17.      tions are false:
  18.      +o all existing directories in  _p_a_t_h  have  search  (execute)
  19.      permission
  20.      +o the length of _p_a_t_h <= its filesystem's maximum path length
  21.      +o the length of each  existing  directory  in  _p_a_t_h  <=  its
  22.      filesystem's maximum file name legnth
  23.  
  24.      The exit status is:
  25.      0 if all path names passed all of the tests,
  26.      1 otherwise.
  27.  
  28.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  29.      --_h_e_l_p
  30.           Print a usage message on standard output and exit  suc-
  31.           cessfully.
  32.  
  33.      -_p, --_p_o_r_t_a_b_i_l_i_t_y
  34.           Instead of performing length checks on  the  underlying
  35.           filesystem,  test  the  length  of the pathname and its
  36.           components against the POSIX.1 minimum limits for  por-
  37.           tability.   Also  check  that  the pathname contains no
  38.           characters not in the portable filename character set.
  39.  
  40.      --_v_e_r_s_i_o_n
  41.           Print version information on standard output then  exit
  42.           successfully.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF             Last change: GNU Shell Utilities                1
  64.  
  65.  
  66.  
  67.